home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 461 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.onramp.net!usenet
  2. From: magras@suite.com (JC Magras)
  3. Newsgroups: comp.unix.solaris,comp.software.config-mgmt,comp.lang.c
  4. Subject: Re: CVS 1.6 again
  5. Date: 5 Jan 1996 15:19:03 GMT
  6. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  7. Distribution: inet
  8. Message-ID: <4cjfh7$2tj@news.onramp.net>
  9. References: <4chi04$5tl@news.onramp.net>
  10. NNTP-Posting-Host: s175-18.suite.com
  11. X-Newsreader: Alexandra.app (Version 0.81)
  12.  
  13. magras@suite.com (JC Magras) wrote:
  14. >Hi folks,
  15. >
  16. >Went out and did some digging. I was running CVS 1.6 on a Sparc 5/Solaris2.4
  17. >box. I was trying to retrieve a directory with 488 files in it. After the 
  18. >first file ( maybe second) had been retrieved, it cored due to a bus error.
  19. >
  20. >The source file that caused the error was cvs-1.6/lib/getdate.c . 
  21.  
  22. Casper Dik says this is a bug in the sys/timeb.h system header. He says
  23. the fix is to remove the #pragma pack directive that is in there.
  24.  
  25. >
  26. >This thing is choking initializing a variable. When I try to compile cvs-1.6
  27. >with gcc, it complains error.c cannot be compiled because __builtin_va_alist
  28. >isnt defined.
  29. >
  30.  
  31. I've been told to run fixincludes. Well I know it does run because my
  32. /usr/local/include directory is filled with files that are usually found
  33. in /usr/include ... but somehow it didnt fix sys/timeb.h  :(
  34.  
  35. gcc when compiling itself doesnt put any -I/usr/local/include directives
  36. in its compilations. This is for gcc or cvs,etc.
  37.  
  38.  
  39. Thanks Y'all..
  40.  
  41. J.C. Magras/SysAdmin
  42.  
  43.